home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / file.exe / MGIFINJ.DXR / 00003_MGIInternet Frame.ls < prev    next >
Encoding:
Text File  |  1996-05-15  |  714 b   |  32 lines

  1. on exitFrame
  2.   global GTSTrySprite, IFLCanChange, MGIHammer, MGIFindTV, browserID, IFLBrowsercounter, MGICompOnStage, MGICompTwoOnStage
  3.   go(the frame)
  4.   if the mouseUp then
  5.     set IFLCanChange to 1
  6.   end if
  7.   if MGICompOnStage = 1 then
  8.     MGIFlashComp()
  9.   end if
  10.   if MGICompTwoOnStage = 1 then
  11.     MGIFlashTwoComp()
  12.   end if
  13.   MGISpinE()
  14.   MGINoiseMove()
  15.   if MGIFindTV > 2 then
  16.     MGIPosterHighLight()
  17.     MGINumberAnimate()
  18.     MGIHammerAnimate()
  19.     IFLsectionWordAnimate()
  20.     MGIQuitCD()
  21.     if browserID > 32 then
  22.       if IFLBrowsercounter = 2 then
  23.         MGICheckBrowser()
  24.       else
  25.         set IFLBrowsercounter to 1 + IFLBrowsercounter
  26.       end if
  27.     end if
  28.   else
  29.     MGIExplore()
  30.   end if
  31. end
  32.